It suffices to show two different parse trees for string aa. Here they are.

             S                       S
            / \                     / \
           S   a                   a   S
           |                           |
           a                           a
         

Notice that the sequence of leaves, from left to right, is exactly the same (aa) in each.