The VAR statement identifies Factor1, Factor2, Factor3, Factor4, and Customer as the analysis variables. Customer must be listed because it appears in the denominator definition.
proc tabulate data=customer_response;
   var factor1-factor4 customer;