That is correct that is how it works.... but really you shouldn't need store cart summary at all.
Just use store cart details and use the userID as the cartID setting since each user will have only one cart. The summary table is really there to allow one user to have more than one order, and it wouldn't be necessary unless you wanted a single user to be able to store multiple carts in your scenario.