Ryan:
Do you have 2 date parameters? Are the date parameters defined as ranges? Are you calculating 2 totals for each Customer: Current Year and Last Year?
Assuming you have used range parameters, the formula to calculate This Year would be something like:
If [Transaction date] in [This Year Range Parameter] then [Transaction amount] else 0
The actual fieldnames would vary depending on which tables you are using.