There isn't anything built into Zen Cart for copying the Quantity Discounts setup on one Product to another existing Product or Category of Products ...
There is a function to make this copy from one product to another that might help on this:
////
//copy discounts from product to another
function zen_copy_discounts_to_product($copy_from, $copy_to) {




