Make a table called "companions". This can be the child table to the customer table. Make a relationship between them.
for example, If the customer_id 3 (thisi s your primary key, indexed, no duplicates), then there should be a column in the companions table called custid. Make a one to many...