Run this once and it will show the ones to changes. Then remove the
/* */ from around the update and run it again to actually make
the changes.
DECLARE @custid int, @balance money, @amount money
SET NOCOUNT ON
DECLARE ub_cursor CURSOR
FOR Select CustomerID, Balance