Each field should only contain one item of data.
So you should split Customer Name into LastName and FirstName fields and only store that in one table.
Similarly split the CustomerAddress into several fields e.g. AddressLine1, AddressLine2, Town, Postcode and only store in 1 table.
Add an extra...