MySQL Query - UNION several tables and Trying to SUM() one column

SELECT SUM(A.BALANCE)
FROM ( SUBQUERY as BALANCE) A