I'm sorry to do this to you, but your tables aren't properly structured. I'm building a query to generate the data you want and your Deduction fields shouldn't be in InsuranceTax, they should be their own table. That way you can just Sum them up. As it is now you would have to manually add every field together to get the Sum of your deductions.
With that said, is there one particular column of the expected results that is giving you trouble? What field is the one youo are having trouble with? Maybe I can help you with that.
But honestly, you should move all those deductions to a new table.