Hi,
I do not really understand what is the goal but this query would work assuming that Company Code is of type Integer and Reserve Amount is a Double:
INSERT INTO Table1([Company Code], [Reserve Amount])
SELECT 12, SUM([Reserve Amount]) FROM Table1 WHERE [Company Code] IN (1, 5, 6, 7, 8...