Hi,
you have use below formula to get the Sum of Amount field from customer ledger entry, since Amount is a flowfield in Customer ledger entry table.
You can write below expression on OnAftertGerrecord trigger of the report for customer ledger entry dataitem.
CustomerledgerEntry.calcfields(Amount);
newdecimalfield += customerledgerentry.Amount;